home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Graphics / Chartsmith.dmg.sit / Chartsmith.dmg / Chartsmith / Chartsmith.app / Contents / Resources / ArrowRight.tiff < prev    next >
Encoding:
Text File  |  2004-03-16  |  14.2 KB  |  595 lines

  1. l version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>ChartView</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>A Chartsmith chart</string>
  11.             <key>Name</key>
  12.             <string>chart</string>
  13.             <key>PluralName</key>
  14.             <string>charts</string>
  15.         </dict>
  16.         <key>DataSheet</key>
  17.         <dict>
  18.             <key>Description</key>
  19.             <string>A chart's data view</string>
  20.             <key>Name</key>
  21.             <string>datasheet</string>
  22.             <key>PluralName</key>
  23.             <string>datasheets</string>
  24.         </dict>
  25.         <key>Document</key>
  26.         <dict>
  27.             <key>Description</key>
  28.             <string>A Chartsmith document</string>
  29.             <key>Name</key>
  30.             <string>document</string>
  31.             <key>PluralName</key>
  32.             <string>documents</string>
  33.         </dict>
  34.         <key>NSApplication</key>
  35.         <dict>
  36.             <key>Description</key>
  37.             <string>Chartsmith's top level scripting object.</string>
  38.             <key>Name</key>
  39.             <string>application</string>
  40.             <key>PluralName</key>
  41.             <string>applications</string>
  42.         </dict>
  43.         <key>NSString</key>
  44.         <dict>
  45.             <key>Description</key>
  46.             <string>string object</string>
  47.             <key>Name</key>
  48.             <string>string</string>
  49.             <key>PluralName</key>
  50.             <string>strings</string>
  51.         </dict>
  52.     </dict>
  53.     <key>Commands</key>
  54.     <dict>
  55.         <key>ValidLicense</key>
  56.         <dict>
  57.             <key>Description</key>
  58.             <string>determine if Chartsmith is licensed; returns "YES" or "NO"</string>
  59.             <key>Name</key>
  60.             <string>valid license</string>
  61.         </dict>
  62.         <key>AddChart</key>
  63.         <dict>
  64.             <key>Arguments</key>
  65.             <dict>
  66.                 <key>AtIndex</key>
  67.                 <dict>
  68.                     <key>Description</key>
  69.                     <string>positional index of chart to be added</string>
  70.                     <key>Name</key>
  71.                     <string>at index</string>
  72.                 </dict>
  73.                 <key>ChartType</key>
  74.                 <dict>
  75.                     <key>Description</key>
  76.                     <string>the type of the chart</string>
  77.                     <key>Name</key>
  78.                     <string>of type</string>
  79.                 </dict>
  80.             </dict>
  81.             <key>Description</key>
  82.             <string>add a chart to a document</string>
  83.             <key>Name</key>
  84.             <string>add chart</string>
  85.         </dict>
  86.         <key>AddRow</key>
  87.         <dict>
  88.             <key>Arguments</key>
  89.             <dict>
  90.                 <key>AtIndex</key>
  91.                 <dict>
  92.                     <key>Description</key>
  93.                     <string>positional index of row to be added</string>
  94.                     <key>Name</key>
  95.                     <string>at index</string>
  96.                 </dict>
  97.             </dict>
  98.             <key>Description</key>
  99.             <string>insert a row in a chart's datasheet</string>
  100.             <key>Name</key>
  101.             <string>insert row</string>
  102.         </dict>
  103.         <key>AddRows</key>
  104.         <dict>
  105.             <key>Arguments</key>
  106.             <dict>
  107.                 <key>Count</key>
  108.                 <dict>
  109.                     <key>Description</key>
  110.                     <string>number of rows to be added</string>
  111.                     <key>Name</key>
  112.                     <string>count</string>
  113.                 </dict>
  114.                 <key>AtIndex</key>
  115.                 <dict>
  116.                     <key>Description</key>
  117.                     <string>positional index of rows to be added</string>
  118.                     <key>Name</key>
  119.                     <string>at index</string>
  120.                 </dict>
  121.             </dict>
  122.             <key>Description</key>
  123.             <string>insert a row in a chart's datasheet</string>
  124.             <key>Name</key>
  125.             <string>insert rows</string>
  126.         </dict>
  127.         <key>AddSeries</key>
  128.         <dict>
  129.             <key>Arguments</key>
  130.             <dict>
  131.                 <key>AtIndex</key>
  132.                 <dict>
  133.                     <key>Description</key>
  134.                     <string>positional index of series to be added</string>
  135.                     <key>Name</key>
  136.                     <string>at index</string>
  137.                 </dict>
  138.                 <key>OfType</key>
  139.                 <dict>
  140.                     <key>Description</key>
  141.                     <string>the series type to be added</string>
  142.                     <key>Name</key>
  143.                     <string>of type</string>
  144.                 </dict>
  145.             </dict>
  146.             <key>Description</key>
  147.             <string>insert a series in a chart's datasheet</string>
  148.             <key>Name</key>
  149.             <string>insert series</string>
  150.         </dict>
  151.         <key>ApplyTemplate</key>
  152.         <dict>
  153.             <key>Arguments</key>
  154.             <dict>
  155.                 <key>FilePath</key>
  156.                 <dict>
  157.                     <key>Description</key>
  158.                     <string>path to template file</string>
  159.                     <key>Name</key>
  160.                     <string>template</string>
  161.                 </dict>
  162.             </dict>
  163.             <key>Description</key>
  164.             <string>apply a template to a chart</string>
  165.             <key>Name</key>
  166.             <string>apply</string>
  167.         </dict>
  168.         <key>Export</key>
  169.         <dict>
  170.             <key>Arguments</key>
  171.             <dict>
  172.                 <key>FilePath</key>
  173.                 <dict>
  174.                     <key>Description</key>
  175.                     <string>file path where image will be stored</string>
  176.                     <key>Name</key>
  177.                     <string>to</string>
  178.                 </dict>
  179.                 <key>Format</key>
  180.                 <dict>
  181.                     <key>Description</key>
  182.                     <string>image format: TIFF, PDF, JPEG</string>
  183.                     <key>Name</key>
  184.                     <string>as</string>
  185.                 </dict>
  186.             </dict>
  187.             <key>Description</key>
  188.             <string>export a chart image</string>
  189.             <key>Name</key>
  190.             <string>export</string>
  191.         </dict>
  192.         <key>SetTitle</key>
  193.         <dict>
  194.             <key>Arguments</key>
  195.             <dict>
  196.                 <key>ToValue</key>
  197.                 <dict>
  198.                     <key>Description</key>
  199.                     <string>title string for chart</string>
  200.                     <key>Name</key>
  201.                     <string>to</string>
  202.                 </dict>
  203.             </dict>
  204.             <key>Description</key>
  205.             <string>set title string of chart</string>
  206.             <key>Name</key>
  207.             <string>set title</string>
  208.         </dict>
  209.         <key>SetSubtitle</key>
  210.         <dict>
  211.             <key>Arguments</key>
  212.             <dict>
  213.                 <key>ToValue</key>
  214.                 <dict>
  215.                     <key>Description</key>
  216.                     <string>subtitle string for chart</string>
  217.                     <key>Name</key>
  218.                     <string>to</string>
  219.                 </dict>
  220.             </dict>
  221.             <key>Description</key>
  222.             <string>set subtitle string of chart</string>
  223.             <key>Name</key>
  224.             <string>set subtitle</string>
  225.         </dict>
  226.         <key>SetXAxisTitle</key>
  227.         <dict>
  228.             <key>Arguments</key>
  229.             <dict>
  230.                 <key>ToValue</key>
  231.                 <dict>
  232.                     <key>Description</key>
  233.                     <string>title string for x axis</string>
  234.                     <key>Name</key>
  235.                     <string>to</string>
  236.                 </dict>
  237.             </dict>
  238.             <key>Description</key>
  239.             <string>set title string of x axis</string>
  240.             <key>Name</key>
  241.             <string>set xaxis title</string>
  242.         </dict>
  243.         <key>SetY1AxisTitle</key>
  244.         <dict>
  245.             <key>Arguments</key>
  246.             <dict>
  247.                 <key>ToValue</key>
  248.                 <dict>
  249.                     <key>Description</key>
  250.                     <string>title string for y1 axis</string>
  251.                     <key>Name</key>
  252.                     <string>to</string>
  253.                 </dict>
  254.             </dict>
  255.             <key>Description</key>
  256.             <string>set title string of y1 axis</string>
  257.             <key>Name</key>
  258.             <string>set y1axis title</string>
  259.         </dict>
  260.         <key>SetY2AxisTitle</key>
  261.         <dict>
  262.             <key>Arguments</key>
  263.             <dict>
  264.                 <key>ToValue</key>
  265.                 <dict>
  266.                     <key>Description</key>
  267.                     <string>title string for y2 axis</string>
  268.                     <key>Name</key>
  269.                     <string>to</string>
  270.                 </dict>
  271.             </dict>
  272.             <key>Description</key>
  273.             <string>set title string of y2 axis</string>
  274.             <key>Name</key>
  275.             <string>set y2axis title</string>
  276.         </dict>
  277.         <key>PrintDoc</key>
  278.         <dict>
  279.             <key>Description</key>
  280.             <string>print the charts in a document</string>
  281.             <key>Name</key>
  282.             <string>printdoc</string>
  283.         </dict>
  284.         <key>CurrentChartIndex</key>
  285.         <dict>
  286.             <key>Description</key>
  287.             <string>returns the index of the currently selected chart</string>
  288.             <key>Name</key>
  289.             <string>selected chart</string>
  290.         </dict>
  291.         <key>SelectChart</key>
  292.         <dict>
  293.             <key>Description</key>
  294.             <string>select and display the chart</string>
  295.             <key>Name</key>
  296.             <string>select</string>
  297.         </dict>
  298.         <key>SetRowLabel</key>
  299.         <dict>
  300.             <key>Arguments</key>
  301.             <dict>
  302.                 <key>RowNumber</key>
  303.                 <dict>
  304.                     <key>Description</key>
  305.                     <string>row number</string>
  306.                     <key>Name</key>
  307.                     <string>for row</string>
  308.                 </dict>
  309.                 <key>ToValue</key>
  310.                 <dict>
  311.                     <key>Description</key>
  312.                     <string>label value</string>
  313.                     <key>Name</key>
  314.                     <string>to</string>
  315.                 </dict>
  316.             </dict>
  317.             <key>Description</key>
  318.             <string>set text value of a single row label</string>
  319.             <key>Name</key>
  320.             <string>set row label</string>
  321.         </dict>
  322.         <key>SetRowLabels</key>
  323.         <dict>
  324.             <key>Arguments</key>
  325.             <dict>
  326.                 <key>DataString</key>
  327.                 <dict>
  328.                     <key>Description</key>
  329.                     <string>string of row labels, each delimited from the previous by a semi-colon ';'</string>
  330.                     <key>Name</key>
  331.                     <string>to</string>
  332.                 </dict>
  333.             </dict>
  334.             <key>Description</key>
  335.             <string>sets the text value of row labels</string>
  336.             <key>Name</key>
  337.             <string>set row labels</string>
  338.         </dict>
  339.         <key>SetSeriesLabel</key>
  340.         <dict>
  341.             <key>Arguments</key>
  342.             <dict>
  343.                 <key>SeriesNumber</key>
  344.                 <dict>
  345.                     <key>Description</key>
  346.                     <string>series number</string>
  347.                     <key>Name</key>
  348.                     <string>for series</string>
  349.                 </dict>
  350.                 <key>ToValue</key>
  351.                 <dict>
  352.                     <key>Description</key>
  353.                     <string>label value</string>
  354.                     <key>Name</key>
  355.                     <string>to</string>
  356.                 </dict>
  357.             </dict>
  358.             <key>Description</key>
  359.             <string>set text value of a single series label</string>
  360.             <key>Name</key>
  361.             <string>set series label</string>
  362.         </dict>
  363.         <key>SetSeriesLabels</key>
  364.         <dict>
  365.             <key>Arguments</key>
  366.             <dict>
  367.                 <key>DataString</key>
  368.                 <dict>
  369.                     <key>Description</key>
  370.                     <string>string of series labels, each delimited from the previous by a comma ','</string>
  371.                     <key>Name</key>
  372.                     <string>to</string>
  373.                 </dict>
  374.             </dict>
  375.             <key>Description</key>
  376.             <string>set text value of series labels</string>
  377.             <key>Name</key>
  378.             <string>set series labels</string>
  379.         </dict>
  380.         <key>SetCell</key>
  381.         <dict>
  382.             <key>Arguments</key>
  383.             <dict>
  384.                 <key>Column</key>
  385.                 <dict>
  386.                     <key>Description</key>
  387.                     <string>series column number</string>
  388.                     <key>Name</key>
  389.                     <string>col</string>
  390.                 </dict>
  391.                 <key>Row</key>
  392.                 <dict>
  393.                     <key>Description</key>
  394.                     <string>row number</string>
  395.                     <key>Name</key>
  396.                     <string>row</string>
  397.                 </dict>
  398.                 <key>SubColumn</key>
  399.                 <dict>
  400.                     <key>Description</key>
  401.                     <string>sub-column of series column</string>
  402.                     <key>Name</key>
  403.                     <string>subcol</string>
  404.                 </dict>
  405.                 <key>Value</key>
  406.                 <dict>
  407.                     <key>Description</key>
  408.                     <string>string value for data cell</string>
  409.                     <key>Name</key>
  410.                     <string>to</string>
  411.                 </dict>
  412.             </dict>
  413.             <key>Description</key>
  414.             <string>set the value of a single cell in the Data View</string>
  415.             <key>Name</key>
  416.             <string>set cell</string>
  417.         </dict>
  418.         <key>SetCells</key>
  419.         <dict>
  420.             <key>Arguments</key>
  421.             <dict>
  422.                 <key>DataString</key>
  423.                 <dict>
  424.                     <key>Description</key>
  425.                     <string>string value for data cells with comma ',' column delimiters and colon ':' row delimiters</string>
  426.                     <key>Name</key>
  427.                     <string>to</string>
  428.                 </dict>
  429.             </dict>
  430.             <key>Description</key>
  431.             <string>sets the values of a block of existing data cells in the Data View</string>
  432.             <key>Name</key>
  433.             <string>set cells</string>
  434.         </dict>
  435.         <key>ImportAscii</key>
  436.         <dict>
  437.             <key>Arguments</key>
  438.             <dict>
  439.                 <key>Delimiter</key>
  440.                 <dict>
  441.                     <key>Description</key>
  442.                     <string>delimiter used between columns of data (default is 'tab')</string>
  443.                     <key>Name</key>
  444.                     <string>with delimiter</string>
  445.                 </dict>
  446.                 <key>FilePath</key>
  447.                 <dict>
  448.                     <key>Description</key>
  449.                     <string>path to ascii data file</string>
  450.                     <key>Name</key>
  451.                     <string>in</string>
  452.                 </dict>
  453.             </dict>
  454.             <key>Description</key>
  455.             <string>imports data (with no labels) from an ascii file into the Data View</string>
  456.             <key>Name</key>
  457.             <string>import ascii data</string>
  458.         </dict>
  459.         <key>RowCount</key>
  460.         <dict>
  461.             <key>Description</key>
  462.             <string>returns the number of data rows in the Data View </string>
  463.             <key>Name</key>
  464.             <string>rowcount</string>
  465.         </dict>
  466.         <key>SeriesCount</key>
  467.         <dict>
  468.             <key>Description</key>
  469.             <string>returns the number of series columns in the Data View </string>
  470.             <key>Name</key>
  471.             <string>seriescount</string>
  472.         </dict>
  473.         <key>SeriesType</key>
  474.         <dict>
  475.             <key>Arguments</key>
  476.             <dict>
  477.                 <key>AtIndex</key>
  478.                 <dict>
  479.                     <key>Description</key>
  480.                     <string>the integer index of the series</string>
  481.                     <key>Name</key>
  482.                     <string>at index</string>
  483.                 </dict>
  484.             </dict>
  485.             <key>Description</key>
  486.             <string>returns the series type of the specified series</string>
  487.             <key>Name</key>
  488.             <string>series type</string>
  489.         </dict>
  490.         <key>CellValue</key>
  491.         <dict>
  492.             <key>Arguments</key>
  493.             <dict>
  494.                 <key>Column</key>
  495.                 <dict>
  496.                     <key>Description</key>
  497.                     <string>series column number</string>
  498.                     <key>Name</key>
  499.                     <string>col</string>
  500.                 </dict>
  501.                 <key>Row</key>
  502.                 <dict>
  503.                     <key>Description</key>
  504.                     <string>row number</string>
  505.                     <key>Name</key>
  506.                     <string>row</string>
  507.                 </dict>
  508.                 <key>SubColumn</key>
  509.                 <dict>
  510.                     <key>Description</key>
  511.                     <string>sub-column of series column</string>
  512.                     <key>Name</key>
  513.                     <string>subcol</string>
  514.                 </dict>
  515.             </dict>
  516.             <key>Description</key>
  517.             <string>returns the string that is stored in the specified cell of the Data View</string>
  518.             <key>Name</key>
  519.             <string>cell value</string>
  520.         </dict>
  521.     </dict>
  522.     <key>Description</key>
  523.     <string>Chartsmith specific classes.</string>
  524.     <key>Enumerations</key>
  525.     <dict>
  526.         <key>ChartTypeEnum</key>
  527.         <dict>
  528.             <key>area</key>
  529.             <dict>
  530.                 <key>Description</key>
  531.                 <string>A chart where the default series is a area series</string>
  532.                 <key>Name</key>
  533.                 <string>area</string>
  534.             </dict>
  535.             <key>bar</key>
  536.             <dict>
  537.                 <key>Description</key>
  538.                 <string>A chart where the default series is a bar series</string>
  539.                 <key>Name</key>
  540.                 <string>bar</string>
  541.             </dict>
  542.             <key>bubble</key>
  543.             <dict>
  544.                 <key>Description</key>
  545.                 <string>A chart where the default series is a bubble series</string>
  546.                 <key>Name</key>
  547.                 <string>bubble</string>
  548.             </dict>
  549.             <key>baseerror</key>
  550.             <dict>
  551.                 <key>Description</key>
  552.                 <string>A chart where the default series is a base-error series</string>
  553.                 <key>Name</key>
  554.                 <string>baseerror</string>
  555.             </dict>
  556.             <key>hilo</key>
  557.             <dict>
  558.                 <key>Description</key>
  559.                 <string>A chart where the default series is a hi-lo series</string>
  560.                 <key>Name</key>
  561.                 <string>hilo</string>
  562.             </dict>
  563.             <key>hiloopenclose</key>
  564.             <dict>
  565.                 <key>Description</key>
  566.                 <string>A chart where the default series is a hi-lo-open-close series</string>
  567.                 <key>Name</key>
  568.                 <string>hiloopenclose</string>
  569.             </dict>
  570.             <key>histogram</key>
  571.             <dict>
  572.                 <key>Description</key>
  573.                 <string>A chart where the default series is a histogram series</string>
  574.                 <key>Name</key>
  575.                 <string>histogram</string>
  576.             </dict>
  577.             <key>line</key>
  578.             <dict>
  579.                 <key>Description</key>
  580.                 <string>A chart where the default series is a line series</string>
  581.                 <key>Name</key>
  582.                 <string>line</string>
  583.             </dict>
  584.             <key>pie</key>
  585.             <dict>
  586.                 <key>Description</key>
  587.                 <string>A chart where the default series is a pie series</string>
  588.                 <key>Name</key>
  589.                 <string>pie</string>
  590.             </dict>
  591.             <key>scatter</key>
  592.             <dict>
  593.                 <key>Description</key>
  594.                 <string>A chart where the default series is a scatter series</string>
  595.                 <